home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 4671-5.790 / dmg-5655 / airsim.txt < prev    next >
Text File  |  1996-06-11  |  1KB  |  45 lines

  1.                             THE THIRD DIMENSION
  2.  
  3.  
  4.  
  5. AIRSIM TUTORIAL PART THREE.
  6.  
  7.  
  8.  
  9. Luckily for you Atari and Amiga users,I have included the datafile
  10. of how things should look so far.You will find this on the disk.
  11.  
  12. This month we want to add an effect that warns the helicopter
  13. that there is an enemy threat or danger etc.
  14.  
  15. We will also create a simple helicopter that will attack us if
  16. it detects us and uses this effect.
  17.  
  18. First create a helicopter made from a few pyramids etc.
  19. Next create some guns on the helicopter and make the guns into
  20. sensors by using the objects attributes buttons. 
  21.  
  22. The sensor settings for the helicopter guns are as follows-
  23.  
  24. SOUND 4
  25. RANGE 2000
  26. SPEED 60
  27. PROC 2
  28. TYPE SHOOT
  29.  
  30. You will need to create and edit a procedure (Proc 2).This will
  31. contain the following text-
  32.  
  33. PRINT ("THREAT WARNING",13)
  34.  
  35. Now as you approach the helicopter it will fire at you and a Threat
  36. Warning text will display in front of you.You can change all previous 
  37. shooting objects sensors to include the PROC 2 command in them.
  38.  
  39. If you save the helicopter object as a group, you can then load it
  40. into several areas. 
  41.  
  42. You can also make the objects fade out, as mentioned in the previous 
  43. tutorial, when you have shot them.
  44.  
  45.